filechooserentry: Modify _gtk_file_chooser_entry_get_current_folder()
authorBenjamin Otte <otte@redhat.com>
Sat, 5 Nov 2011 02:53:32 +0000 (03:53 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 19:09:12 +0000 (20:09 +0100)
commite2105c2befc3c0a10ccb5223714f1a68ee1b4c0b
tree64df6256a8087e1618b4a61693d3dfc64e1fb7d6
parent5c42972735d4819f32ee78141fed249e8366f154
filechooserentry: Modify _gtk_file_chooser_entry_get_current_folder()

The new version does not need to muck with the entry, it just extracts
the required information. It returns a reference to the folder though,
as we extract the information now instead of returning something stored.
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserentry.c